/****** Object: StoredProcedure dbo.sp_asi_UpdateDupMatchKey ******/ -- ============================================= -- This stored procedure calculates the Name.DUP_MATCH_KEY value - update the formula as required -- ============================================= createproceduredbo.sp_asi_UpdateDupMatchKey as begin -- controls update messages being sent to display setnocounton updateName setDUP_MATCH_KEY=dbo.fn_asi_GetDupMatchKey(ID) whereDUP_MATCH_KEY<>dbo.fn_asi_GetDupMatchKey(ID) end GRANTEXECUTEonfn_asi_convert_foreign_charstoIMIS